home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pegamail / pmfxuucp / atsend / atsend.new < prev    next >
Text File  |  1994-05-29  |  3KB  |  86 lines

  1. 05-29-94 V1.9
  2. -------------
  3. Changed number of retries to 10, it was set at 100 for some unknown
  4. reason, causing long delays with brain-dead modems.
  5.  
  6. 11-18-92 V1.8
  7. -------------
  8. ATOK=NO wasn't working under some circumstances.  Fixed logic.
  9.  
  10. 11-18-92 V1.7
  11. -------------
  12. ATSEND now supports an environment variable called ATOK.  If you
  13. SET ATOK=NO, then ATSEND will not wait for the modem to say "OK"
  14. before terminating.  It will simply push the command out and
  15. exit.  This feature is to accomodate the many requests I have had
  16. to allow ATSEND to be used as a DIALER.
  17.  
  18. ATBATCH.EXE now supports the ATOK variable.
  19.  
  20. 09-18-92 V1.6
  21. -------------
  22. This update supports port speeds higher than 38,400.
  23.  
  24. 04-22-92 V1.5
  25. -------------
  26. Non-Standard COM ports and IRQ's are now supported by setting
  27. COMBASE and COMIRQ environment variables.  See ATSEND.DOC for
  28. details.
  29.  
  30. Two new programs included!  One is HEX2DEC.EXE, a program to
  31. convert your COMBASE address from hex to decimal.  The other is
  32. ATBATCH.EXE, a program that will create batch files for use with
  33. ATSEND.  This makes it very easy for those running non-standard
  34. ports, as ATBATCH will do the hex to decimal conversion
  35. on-the-fly.
  36.  
  37. ATSEND now defaults to opening the port at 1200 baud to make it
  38. compatible with most modems.  The speed can be raised or lowered
  39. by setting an environment variable called ATSPEED.  To get the
  40. modem to communicate at speed 38400:
  41.  
  42. SET ATSPEED=38400
  43.  
  44. ATSEND now reports results from modem to the screen.  Users of
  45. modems like the USRobotics HST can type ATSEND I4 for a page full
  46. of modem settings.
  47.  
  48. Now reads DSZPORT environment variable.  People who are
  49. running DSZ often use the DSZPORT setting in their environment to
  50. tell DSZ what com port is being used.  Like DSZ, ATSEND defaults
  51. to COM1.  If you want to use ATSEND without having to type the
  52. comport number each time, put the following in your AUTOEXEC.BAT
  53. file: SET DSZPORT=<PORT>.  For example, if you are using COM2:
  54.  
  55. SET DSZPORT=2
  56.  
  57. You can overide the DSZPORT setting by specifying a different
  58. port on the command line after the command to be sent to the
  59. modem.
  60.  
  61. 7-21-90 V1.2 ß1
  62. ---------------
  63. Shortened information shown to screen when program is executed.
  64.  
  65. Compiled with new comunications libraries that are said to
  66. produce compatibility with non-standard ports 3 thru 8 using DSZ
  67. style IRQ's and base addresses.
  68.  
  69. 7-6-89 V1.1
  70. -----------
  71. Changed name to ATSEND.EXE to avoid confusion with similar utility
  72. called AT.COM.
  73.  
  74. Tightened up code and recompiled under Borland's Turbo Pascal 5.5.
  75.  
  76. Changed termination to end with an errorlevel of 1.  This is so Sysops
  77. who are currently running HSTRESET.EXE by Samuel Smith may use ATSEND as
  78. a direct replacement.  If esc is hit before ATSEND finishes, an
  79. errorlevel of 0 is set.  This should have no effect for users who are
  80. not using ATSEND as a replacement for HSTRESET.EXE.
  81.  
  82.  
  83. 6-17-89 V1.0
  84. ------------
  85. Initial Release as AT10.ZIP
  86.